m1rand version 2.0
  item randomizer

  To run m1.nes is required to be in same directory.
  Then m1r.nes is created and will be overwritten if it exists.


  Command line options
  p, pretend - Just pretend, don't write anything to disk.
  s, save_seed - Saves the seed number to the file name.
  u, more_upgrades - Replacing some missiles with random upgrades.
  X - X is the seed number you want to use (not an actual X).



Tools
m1randv2.bat - Opens up command prompt window so seed number can be read.
m1saveseed.bat - Saves the new rom to m1r[seed_number].nes instead of m1r.nes


Known problems:
Seeds can be different between operating systems.
Missing GUI.


To compile on linux run:
gcc -o m1randv2.bin -Wall -pedantic m1randv2.c
